home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 22
/
Cream of the Crop 22.iso
/
educate
/
schoolsh.zip
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1995-10-08
|
1KB
|
45 lines
echo off
cls
echo.
echo.
echo You are about to install the HOME SCHOOLING program to a directory
echo.
echo on your C:DRIVE named SCHOOL1. If you wish to abort this installation
echo.
echo press the CTRL and C keys, at the same time, and answer Y to the
echo.
echo "ABORT BATCH JOB?" prompt, that will appear on the screen. You will
echo.
echo then return to DOS, without installing the program. If you wish to
echo.
echo continue with the installation, then press any key. You will end up
echo.
echo in the C:SCHOOL1 directory, and can type GO and press ENTER to run it.
echo.
pause
md c:\school1
copy *.* c:\school1
cls
echo.
echo.
echo.
echo.
echo.
echo.
echo.
echo.
echo The installation of the HOME SCHOOLING program is complete!
echo.
echo After you press any key, to continue, you will be in the SCHOOL1
echo.
echo directory. Just type GO and press enter, to run the program.
echo.
echo.
echo.
echo.
echo.
echo.
pause
c:
cd school1